home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / FileInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.7 KB  |  118 lines

  1. GrayFancyView = {
  2.     ACTIONS = {
  3.     setGray:;
  4.     setExactGray:;
  5.     };
  6.     OUTLETS = {
  7.     grayViewMatrix;
  8.     };
  9.     SUPERCLASS = GrayView;
  10. };
  11. PhoneFieldInspector = {
  12.     OUTLETS = {
  13.     extensionField;
  14.     };
  15.     SUPERCLASS = Inspector;
  16. };
  17. GeneralTextInspector = {
  18.     ACTIONS = {
  19.     takeRepresentationFrom:;
  20.     changeBorderType:;
  21.     changeBgGray:;
  22.     changeRepresentation:;
  23.     takeBgGrayFrom:;
  24.     takeAlignmentFrom:;
  25.     takeTextGrayFrom:;
  26.     changeAlignment:;
  27.     ok:;
  28.     changeTextGray:;
  29.     takeBorderTypeFrom:;
  30.     revert:;
  31.     };
  32.     OUTLETS = {
  33.     textInspectorView;
  34.     alignmentMatrix;
  35.     bgGrayMatrix;
  36.     fixedListSuper;
  37.     fixedListHiderView;
  38.     borderTypeMatrix;
  39.     fixedListRepMatrix;
  40.     fixedHoldingView;
  41.     textGrayMatrix;
  42.     };
  43.     SUPERCLASS = Inspector;
  44. };
  45. InspectorDP = {
  46.     OUTLETS = {
  47.     messageField;
  48.     };
  49.     SUPERCLASS = Inspector;
  50. };
  51. FirstResponder = {
  52.     ACTIONS = {
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56. BoxGraphicInspector = {
  57.     ACTIONS = {
  58.     changeBgGrayWithMatrix:;
  59.     changeBgGray:;
  60.     changeBorderCol:;
  61.     changeBoxType:;
  62.     changeBgColor:;
  63.     changeBorderGray:;
  64.     changeUseCustom:;
  65.     changeBorderGrayWithMatrix:;
  66.     };
  67.     OUTLETS = {
  68.     borderGraySlider;
  69.     box2;
  70.     bgGrayMatrix;
  71.     text2;
  72.     box1;
  73.     borderGrayMatrix;
  74.     styleIsCustomSwitch;
  75.     bgColorWell;
  76.     bgGraySlider;
  77.     text1;
  78.     borderColorWell;
  79.     boxTypeMatrix;
  80.     };
  81.     SUPERCLASS = Inspector;
  82. };
  83. GrayView = {
  84.     ACTIONS = {
  85.     setGray:;
  86.     };
  87.     OUTLETS = {
  88.     grayViewSlider;
  89.     };
  90.     SUPERCLASS = View;
  91. };
  92. FileInspector = {
  93.     ACTIONS = {
  94.     ok:;
  95.     changeUseShortName:;
  96.     revert:;
  97.     };
  98.     OUTLETS = {
  99.     box1;
  100.     formatMatrix;
  101.     };
  102.     SUPERCLASS = InspectorDP;
  103. };
  104. Inspector = {
  105.     ACTIONS = {
  106.     revert:;
  107.     ok:;
  108.     };
  109.     OUTLETS = {
  110.     selectedGraphic;
  111.     slist;
  112.     controller;
  113.     graphicView;
  114.     panel;
  115.     };
  116.     SUPERCLASS = Object;
  117. };
  118.